Html Css Color HEX #1E0B22 Blackcurrant

📋 copy color: '#1E0B22'

red 30 ◦ green 11 ◦ blue 34

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

Shades of Blackcurrant #1E0B22

Tints of Blackcurrant #1E0B22

RGB

 RED value IS 30 (12.11% from 255) = 40%

 GREEN value IS 11 (4.69% from 255) = 14.67%

 BLUE value IS 34 (13.67% from 255) = 45.33%

R = 40%
G = 14.67%
B = 45.33%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1E0B22 (or 0x1E0B22) is known color: Blackcurrant. HEX triplet: 1E, 0B and 22. RGB value is (30,11,34). Sum of RGB (Red+Green+Blue) = 30+11+34=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 34 - color contains mainly: blue. Hex color #1E0B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B22 is #E1F4DD. Grayscale: #131313. Windows color (decimal): -14808286 or 2231070. OLE color: 2231070.

HSL color Cylindrical-coordinate representation of color #1E0B22: hue angle of 289.57º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E0B22 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 30 11 34 -
CMYK 0.12 0.68 0 0.87
HSL 289.57º 0.51% 0.09% -
HSV(B) 289.57º 0.68% 0.13% -
XYZ 0.94 0.63 1.59 -
YUV 19.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 30 11 34 0.12 0.68 0 0.87 289.57 0.51 0.09
Hex 1E B 22 C 44 0 57 122 33 9
Octal 36 13 42 14 104 0 127 442 63 11
Binary 11110 1011 100010 1100 1000100 0 1010111 100100010 110011 1001

Color Harmonies of #1E0B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B22

Black with #1E0B22

Text Example


Text Example

White with #1E0B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E0B22; }

 p { color: rgb(30,11,34); }

 H1.HeaderClassName
 {
   color: #1E0B22;
 }
 .AnyTagClassName
 {
   color: #1E0B22;
 }
</style>

background-color css

<style>
 a { background-color: #1E0B22; }

 a { background-color: rgb(30,11,34); }

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

border-color css

<style>
 span { border-color: #1E0B22; }

 span { border-color: rgb(30,11,34); }

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