Html Css Color HEX #230C2A Blackcurrant

📋 copy color: '#230C2A'

red 35 ◦ green 12 ◦ blue 42

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

Shades of Blackcurrant #230C2A

Tints of Blackcurrant #230C2A

RGB

 RED value IS 35 (14.06% from 255) = 39.33%

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

 BLUE value IS 42 (16.8% from 255) = 47.19%

R = 39.33%
G = 13.48%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230C2A (or 0x230C2A) is known color: Blackcurrant. HEX triplet: 23, 0C and 2A. RGB value is (35,12,42). Sum of RGB (Red+Green+Blue) = 35+12+42=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #230C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C2A is #DCF3D5. Grayscale: #161616. Windows color (decimal): -14480342 or 2755619. OLE color: 2755619.

HSL color Cylindrical-coordinate representation of color #230C2A: hue angle of 286º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230C2A is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 12 42 -
CMYK 0.17 0.71 0 0.84
HSL 286º 0.56% 0.11% -
HSV(B) 286º 0.71% 0.16% -
XYZ 1.24 0.79 2.28 -
YUV 22.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 35 12 42 0.17 0.71 0 0.84 286 0.56 0.11
Hex 23 C 2A 11 47 0 54 11E 38 B
Octal 43 14 52 21 107 0 124 436 70 13
Binary 100011 1100 101010 10001 1000111 0 1010100 100011110 111000 1011

Color Harmonies of #230C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C2A

Black with #230C2A

Text Example


Text Example

White with #230C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230C2A; }

 p { color: rgb(35,12,42); }

 H1.HeaderClassName
 {
   color: #230C2A;
 }
 .AnyTagClassName
 {
   color: #230C2A;
 }
</style>

background-color css

<style>
 a { background-color: #230C2A; }

 a { background-color: rgb(35,12,42); }

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

border-color css

<style>
 span { border-color: #230C2A; }

 span { border-color: rgb(35,12,42); }

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