Html Css Color HEX #400C30 Blackberry

📋 copy color: '#400C30'

red 64 ◦ green 12 ◦ blue 48

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

Shades of Blackberry #400C30

Tints of Blackberry #400C30

RGB

 RED value IS 64 (25.39% from 255) = 51.61%

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

 BLUE value IS 48 (19.14% from 255) = 38.71%

R = 51.61%
G = 9.68%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400C30 (or 0x400C30) is known color: Blackberry. HEX triplet: 40, 0C and 30. RGB value is (64,12,48). Sum of RGB (Red+Green+Blue) = 64+12+48=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #400C30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C30 is #BFF3CF. Grayscale: #1F1F1F. Windows color (decimal): -12579792 or 3148864. OLE color: 3148864.

HSL color Cylindrical-coordinate representation of color #400C30: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #400C30 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 12 48 -
CMYK 0 0.81 0.25 0.75
HSL 318.46º 0.68% 0.15% -
HSV(B) 318.46º 0.81% 0.25% -
XYZ 2.78 1.57 2.95 -
YUV 31.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 64 12 48 0 0.81 0.25 0.75 318.46 0.68 0.15
Hex 40 C 30 0 51 19 4B 13E 44 F
Octal 100 14 60 0 121 31 113 476 104 17
Binary 1000000 1100 110000 0 1010001 11001 1001011 100111110 1000100 1111

Color Harmonies of #400C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C30

Black with #400C30

Text Example


Text Example

White with #400C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C30; }

 p { color: rgb(64,12,48); }

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

background-color css

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

 a { background-color: rgb(64,12,48); }

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

border-color css

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

 span { border-color: rgb(64,12,48); }

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