Html Css Color HEX #230C33 Blackcurrant

📋 copy color: '#230C33'

red 35 ◦ green 12 ◦ blue 51

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

Shades of Blackcurrant #230C33

Tints of Blackcurrant #230C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 52.04%

R = 35.71%
G = 12.24%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#230C33 (or 0x230C33) is known color: Blackcurrant. HEX triplet: 23, 0C and 33. RGB value is (35,12,51). Sum of RGB (Red+Green+Blue) = 35+12+51=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #230C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C33 is #DCF3CC. Grayscale: #171717. Windows color (decimal): -14480333 or 3345443. OLE color: 3345443.

HSL color Cylindrical-coordinate representation of color #230C33: hue angle of 275.38º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #230C33 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 35 12 51 -
CMYK 0.31 0.76 0 0.8
HSL 275.38º 0.62% 0.12% -
HSV(B) 275.38º 0.76% 0.2% -
XYZ 1.42 0.86 3.22 -
YUV 23.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 35 12 51 0.31 0.76 0 0.8 275.38 0.62 0.12
Hex 23 C 33 1F 4C 0 50 113 3E C
Octal 43 14 63 37 114 0 120 423 76 14
Binary 100011 1100 110011 11111 1001100 0 1010000 100010011 111110 1100

Color Harmonies of #230C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C33

Black with #230C33

Text Example


Text Example

White with #230C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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