Html Css Color HEX #380C4B Blackcurrant

📋 copy color: '#380C4B'

red 56 ◦ green 12 ◦ blue 75

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

Shades of Blackcurrant #380C4B

Tints of Blackcurrant #380C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.39%

 BLUE value IS 75 (29.69% from 255) = 52.45%

R = 39.16%
G = 8.39%
B = 52.45%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#380C4B (or 0x380C4B) is known color: Blackcurrant. HEX triplet: 38, 0C and 4B. RGB value is (56,12,75). Sum of RGB (Red+Green+Blue) = 56+12+75=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #380C4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C4B is #C7F3B4. Grayscale: #202020. Windows color (decimal): -13104053 or 4918328. OLE color: 4918328.

HSL color Cylindrical-coordinate representation of color #380C4B: hue angle of 281.9º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380C4B is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 12 75 -
CMYK 0.25 0.84 0 0.71
HSL 281.9º 0.72% 0.17% -
HSV(B) 281.9º 0.84% 0.29% -
XYZ 3.03 1.61 6.81 -
YUV 32.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 56 12 75 0.25 0.84 0 0.71 281.9 0.72 0.17
Hex 38 C 4B 19 54 0 47 11A 48 11
Octal 70 14 113 31 124 0 107 432 110 21
Binary 111000 1100 1001011 11001 1010100 0 1000111 100011010 1001000 10001

Color Harmonies of #380C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C4B

Black with #380C4B

Text Example


Text Example

White with #380C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,75); }

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

background-color css

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

 a { background-color: rgb(56,12,75); }

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

border-color css

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

 span { border-color: rgb(56,12,75); }

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