Html Css Color HEX #301F36 Blackcurrant

📋 copy color: '#301F36'

red 48 ◦ green 31 ◦ blue 54

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

Shades of Blackcurrant #301F36

Tints of Blackcurrant #301F36

RGB

 RED value IS 48 (19.14% from 255) = 36.09%

 GREEN value IS 31 (12.5% from 255) = 23.31%

 BLUE value IS 54 (21.48% from 255) = 40.6%

R = 36.09%
G = 23.31%
B = 40.6%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301F36 (or 0x301F36) is known color: Blackcurrant. HEX triplet: 30, 1F and 36. RGB value is (48,31,54). Sum of RGB (Red+Green+Blue) = 48+31+54=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #301F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301F36 is #CFE0C9. Grayscale: #262626. Windows color (decimal): -13623498 or 3546928. OLE color: 3546928.

HSL color Cylindrical-coordinate representation of color #301F36: hue angle of 284.35º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #301F36 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 31 54 -
CMYK 0.11 0.43 0 0.79
HSL 284.35º 0.27% 0.17% -
HSV(B) 284.35º 0.43% 0.21% -
XYZ 2.37 1.87 3.73 -
YUV 38.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 48 31 54 0.11 0.43 0 0.79 284.35 0.27 0.17
Hex 30 1F 36 B 2B 0 4F 11C 1B 11
Octal 60 37 66 13 53 0 117 434 33 21
Binary 110000 11111 110110 1011 101011 0 1001111 100011100 11011 10001

Color Harmonies of #301F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301F36

Black with #301F36

Text Example


Text Example

White with #301F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301F36; }

 p { color: rgb(48,31,54); }

 H1.HeaderClassName
 {
   color: #301F36;
 }
 .AnyTagClassName
 {
   color: #301F36;
 }
</style>

background-color css

<style>
 a { background-color: #301F36; }

 a { background-color: rgb(48,31,54); }

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

border-color css

<style>
 span { border-color: #301F36; }

 span { border-color: rgb(48,31,54); }

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