Html Css Color HEX #230842 Blackcurrant

📋 copy color: '#230842'

red 35 ◦ green 8 ◦ blue 66

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

Shades of Blackcurrant #230842

Tints of Blackcurrant #230842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.34%

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 32.11%
G = 7.34%
B = 60.55%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#230842 (or 0x230842) is known color: Blackcurrant. HEX triplet: 23, 08 and 42. RGB value is (35,8,66). Sum of RGB (Red+Green+Blue) = 35+8+66=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #230842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230842 is #DCF7BD. Grayscale: #161616. Windows color (decimal): -14481342 or 4327459. OLE color: 4327459.

HSL color Cylindrical-coordinate representation of color #230842: hue angle of 267.93º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230842 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 8 66 -
CMYK 0.47 0.88 0 0.74
HSL 267.93º 0.78% 0.15% -
HSV(B) 267.93º 0.88% 0.26% -
XYZ 1.76 0.92 5.24 -
YUV 22.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 35 8 66 0.47 0.88 0 0.74 267.93 0.78 0.15
Hex 23 8 42 2F 58 0 4A 10C 4E F
Octal 43 10 102 57 130 0 112 414 116 17
Binary 100011 1000 1000010 101111 1011000 0 1001010 100001100 1001110 1111

Color Harmonies of #230842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230842

Black with #230842

Text Example


Text Example

White with #230842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230842; }

 p { color: rgb(35,8,66); }

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

background-color css

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

 a { background-color: rgb(35,8,66); }

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

border-color css

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

 span { border-color: rgb(35,8,66); }

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