Html Css Color HEX #1C0F2B Blackcurrant

📋 copy color: '#1C0F2B'

red 28 ◦ green 15 ◦ blue 43

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

Shades of Blackcurrant #1C0F2B

Tints of Blackcurrant #1C0F2B

RGB

 RED value IS 28 (11.33% from 255) = 32.56%

 GREEN value IS 15 (6.25% from 255) = 17.44%

 BLUE value IS 43 (17.19% from 255) = 50%

R = 32.56%
G = 17.44%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1C0F2B (or 0x1C0F2B) is known color: Blackcurrant. HEX triplet: 1C, 0F and 2B. RGB value is (28,15,43). Sum of RGB (Red+Green+Blue) = 28+15+43=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C0F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F2B is #E3F0D4. Grayscale: #151515. Windows color (decimal): -14938325 or 2821916. OLE color: 2821916.

HSL color Cylindrical-coordinate representation of color #1C0F2B: hue angle of 267.86º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C0F2B is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 28 15 43 -
CMYK 0.35 0.65 0 0.83
HSL 267.86º 0.48% 0.11% -
HSV(B) 267.86º 0.65% 0.17% -
XYZ 1.09 0.76 2.38 -
YUV 22.08 139.81 132.22 -
System Red Green Blue C M Y K H S L
Decimal 28 15 43 0.35 0.65 0 0.83 267.86 0.48 0.11
Hex 1C F 2B 23 41 0 53 10C 30 B
Octal 34 17 53 43 101 0 123 414 60 13
Binary 11100 1111 101011 100011 1000001 0 1010011 100001100 110000 1011

Color Harmonies of #1C0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0F2B

Black with #1C0F2B

Text Example


Text Example

White with #1C0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,15,43); }

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

background-color css

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

 a { background-color: rgb(28,15,43); }

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

border-color css

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

 span { border-color: rgb(28,15,43); }

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