Html Css Color HEX #380D45 Blackcurrant

📋 copy color: '#380D45'

red 56 ◦ green 13 ◦ blue 69

#380D45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #380D45

Tints of Blackcurrant #380D45

RGB

 RED value IS 56 (22.27% from 255) = 40.58%

 GREEN value IS 13 (5.47% from 255) = 9.42%

 BLUE value IS 69 (27.34% from 255) = 50%

R = 40.58%
G = 9.42%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#380D45 (or 0x380D45) is known color: Blackcurrant. HEX triplet: 38, 0D and 45. RGB value is (56,13,69). Sum of RGB (Red+Green+Blue) = 56+13+69=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #380D45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D45 is #C7F2BA. Grayscale: #202020. Windows color (decimal): -13103803 or 4525368. OLE color: 4525368.

HSL color Cylindrical-coordinate representation of color #380D45: hue angle of 286.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #380D45 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 13 69 -
CMYK 0.19 0.81 0 0.73
HSL 286.07º 0.68% 0.16% -
HSV(B) 286.07º 0.81% 0.27% -
XYZ 2.85 1.56 5.78 -
YUV 32.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 56 13 69 0.19 0.81 0 0.73 286.07 0.68 0.16
Hex 38 D 45 13 51 0 49 11E 44 10
Octal 70 15 105 23 121 0 111 436 104 20
Binary 111000 1101 1000101 10011 1010001 0 1001001 100011110 1000100 10000

Color Harmonies of #380D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D45

Black with #380D45

Text Example


Text Example

White with #380D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D45; }

 p { color: rgb(56,13,69); }

 H1.HeaderClassName
 {
   color: #380D45;
 }
 .AnyTagClassName
 {
   color: #380D45;
 }
</style>

background-color css

<style>
 a { background-color: #380D45; }

 a { background-color: rgb(56,13,69); }

 div.DivClassName
 {
   background-color: #380D45;
 }
 .BgClassName
 {
   background-color: #380D45;
 }
</style>

border-color css

<style>
 span { border-color: #380D45; }

 span { border-color: rgb(56,13,69); }

 td.TdClassName
 {
   border-color: #380D45;
 }
 .TagClassName
 {
   border-color: #380D45;
 }
</style>