Html Css Color HEX #0D0228 Blackcurrant

📋 copy color: '#0D0228'

red 13 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #0D0228

Tints of Blackcurrant #0D0228

RGB

 RED value IS 13 (5.47% from 255) = 23.64%

 GREEN value IS 2 (1.17% from 255) = 3.64%

 BLUE value IS 40 (16.02% from 255) = 72.73%

R = 23.64%
G = 3.64%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D0228 (or 0x0D0228) is known color: Blackcurrant. HEX triplet: 0D, 02 and 28. RGB value is (13,2,40). Sum of RGB (Red+Green+Blue) = 13+2+40=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 40 (16.02% from 255 or 72.73% from 55); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0228 is #F2FDD7. Grayscale: #090909. Windows color (decimal): -15924696 or 2621965. OLE color: 2621965.

HSL color Cylindrical-coordinate representation of color #0D0228: hue angle of 257.37º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D0228 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 2 40 -
CMYK 0.67 0.95 0 0.84
HSL 257.37º 0.9% 0.08% -
HSV(B) 257.37º 0.95% 0.16% -
XYZ 0.57 0.28 2.03 -
YUV 9.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 13 2 40 0.67 0.95 0 0.84 257.37 0.9 0.08
Hex D 2 28 43 5F 0 54 101 5A 8
Octal 15 2 50 103 137 0 124 401 132 10
Binary 1101 10 101000 1000011 1011111 0 1010100 100000001 1011010 1000

Color Harmonies of #0D0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0228

Black with #0D0228

Text Example


Text Example

White with #0D0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0228; }

 p { color: rgb(13,2,40); }

 H1.HeaderClassName
 {
   color: #0D0228;
 }
 .AnyTagClassName
 {
   color: #0D0228;
 }
</style>

background-color css

<style>
 a { background-color: #0D0228; }

 a { background-color: rgb(13,2,40); }

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

border-color css

<style>
 span { border-color: #0D0228; }

 span { border-color: rgb(13,2,40); }

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