Html Css Color HEX #230742 Blackcurrant

📋 copy color: '#230742'

red 35 ◦ green 7 ◦ blue 66

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

Shades of Blackcurrant #230742

Tints of Blackcurrant #230742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.48%

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

R = 32.41%
G = 6.48%
B = 61.11%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#230742 (or 0x230742) is known color: Blackcurrant. HEX triplet: 23, 07 and 42. RGB value is (35,7,66). Sum of RGB (Red+Green+Blue) = 35+7+66=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 66 (26.17% from 255 or 61.11% from 108); Max value from RGB is 66 - color contains mainly: blue. Hex color #230742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230742 is #DCF8BD. Grayscale: #151515. Windows color (decimal): -14481598 or 4327203. OLE color: 4327203.

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

Color convert

RGB 35 7 66 -
CMYK 0.47 0.89 0 0.74
HSL 268.47º 0.81% 0.14% -
HSV(B) 268.47º 0.89% 0.26% -
XYZ 1.75 0.9 5.24 -
YUV 22.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 35 7 66 0.47 0.89 0 0.74 268.47 0.81 0.14
Hex 23 7 42 2F 59 0 4A 10C 51 E
Octal 43 7 102 57 131 0 112 414 121 16
Binary 100011 111 1000010 101111 1011001 0 1001010 100001100 1010001 1110

Color Harmonies of #230742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230742

Black with #230742

Text Example


Text Example

White with #230742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230742; }

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

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

background-color css

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

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

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

border-color css

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

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

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